home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / FailAt < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Failat(V1.3)            ARP User's Manual            Failat(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Failat - To set a fail level for a batch file.
  10.  
  11.      SYNOPSIS
  12.           Failat RCLim
  13.  
  14.      DESCRIPTION
  15.           When using Execute to run batch files, any command that
  16.           returns an error greater than the current value of the Fail
  17.           level will cause the shell to abort the script with an error
  18.           message.  You can use Failat to increase or decrease this
  19.           level to whatever you need.  The shell will reset the Fail
  20.           level to 10 at the end of every script execution, so scripts
  21.           always start out in a known state.
  22.  
  23.       With the V1.3 ARP FailAt, if you run failat without a new
  24.       fail level, the current fail level will be displayed.
  25.  
  26.           Note that the ARP Shell contains a builtin version of this
  27.           command.
  28.  
  29.      EXAMPLE
  30.           Failat 30 ; bump fail level
  31.  
  32.           This now makes it possible to execute commands that return
  33.           error codes greater than 20, which would ordinarily cause
  34.           Execute to stop with an error message.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.